
digraph abstract { 

label = "Banjo Version 2.2.0\nHigh scoring network, score: -1291.3698\nProject: Correlated Genes\nUser: lsand039\nDataset: 7-vars-377-temporal-observations"; 
labeljust="l"; 

    0 [label="Alzheimer"];
    1 [label="GNG4"];
    2 [label="THBS1"];
    3 [label="SIX6"];
    4 [label="GRIK1"];
    5 [label="WWC1"];
    6 [label="KIR2DS3"];

    1->0;
    0->2;
    3->2;
    0->3;
    4->3;
    1->4;
    3->5;
    6->5;
    2->6;
    3->6;
}

